Package-level declarations

Contains the OnlineServicesManager and its supporting classes and interfaces.

OnlineServicesManager

The OnlineServicesManager is the main entry point for managing online services-related parameters in the Vehicle Integration SDK. It provides methods to configure the authentication token and FQDN of the online services gateway.

Types

Link copied to clipboard
@Since(version = 1)
typealias OnlineServicesCallback = ResultCallback<Unit, OnlineServicesFailure>
Link copied to clipboard
Link copied to clipboard
@Since(version = 1)
interface OnlineServicesManager